@charset "utf-8";
/* CSS Document */

.com1200{
	width: 1200px;
	margin: 0 auto;
}

.bg_f5{
	background: #f5f5f5;
}

.com1200_w{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}

/* 首页头部样式 */
/*#header .top {position: fixed;top: 0;left: 0;width: 100%;height: 70px;z-index: 999;font-size: 16px;}
#header .top.top-active{display: none;background: #fff;box-shadow: 0 3px 5px rgba(0,0,0,.1);}
.nheader_box{height: 70px;}
.nheader_logo{}
.nheader_logo img{display: block;height: 45px;}
.nmenus_lab{}
.nmenus_lab div{color: #fff;font-size: 16px;padding: 0 15px;position: relative;display: block;line-height: 30px;height: 30px;
	box-sizing: border-box;margin-left: 5px;border: 1px solid rgba(0,0,0,0);}
.nmenus_lab div.act{
	border-radius: 30px;
	border: 1px solid #eee;
}
.nmenus_l{}
.nmenu_li{position: relative;}
.nmenu_li:last-child{padding-right: 0;}
.nmenu_lia{color: #666;font-size: 16px;position: relative;display: block;line-height: 30px;height: 30px;padding: 0 15px;
	box-sizing: border-box;margin-left: 5px;border: 1px solid rgba(0,0,0,0);}
.nmenu_lia.act,.nmenu_li:hover .nmenu_lia{border-radius: 30px;color: #000;border: 1px solid #2078be;color: #2078be;
}
.nmenu_lia img{display: inline-block;vertical-align: middle;}
.nmenu_li:hover .menu_more{display: block;}

.com_header{}
.header_t{
	height: 40px;
	background: #f8f8f8;
	color: #000000;
}
.header_t img{
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.header_t a{
	display: block;
	color: #04acef;
	margin: 0 10px 0 5px;
}
.header_t span{}
.header_t p{}

.header_t_c{
	justify-content: space-between;
}
.header_b{
	height: 95px;
}
.header_logo{}
.header_logo img{
	display: block;
	height: 45px;
}
.header_menus{}
.menus_l{}
.menu_li{
	margin: 0 15px;
	position: relative;
}
.menu_li:last-child{
	padding-right: 0;
}
.menu_lia{
	color: #999;
	font-size: 16px;
	position: relative;
	display: block;
	line-height: 40px;
}
.menu_lia img{
	display: inline-block;
	vertical-align: middle;
}
.menu_lia.act,.menu_li:hover .menu_lia{
	color:#000;
}
.menu_lia.act:after{
	position: absolute;
	content: '';
	bottom: 0;
	width: 80%;
	height: 2px;
	background: #000;
	left: 10%;
}
.menu_more{
	position: absolute;
	display: none;
	top: 38px;
	padding: 10px 5px;
	z-index: 10;
	left: 0;
}
.menu_li:hover .menu_more{
	display: block;
}
.menu_more_us{
	box-shadow: 0 0 5px 6px rgba(150,150,150,.1);
	background: #fff;
	padding: 10px 20px;
	width: 110px;
	border-radius: 10px;
}
.menu_more_us a{
	display: flex;
	align-items: center;
	color: #000;
	margin: 5px 0;
	padding: 5px 0;
	font-size: 16px;
}
.menu_more_us a:hover{
	color: #199cef;
}
.menu_more_us a img{
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.menus_r{
	margin-left: 20px;
}
.menus_r a{
	background: #199cef;
	color: #fff;
	height: 40px;
	width: 120px;
	border-radius: 20px;
	font-size: 16px;
}*/

/* 头部公用css  -e */



.banner_box{
	position: relative;
}
.banner_box_li{
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 610px;
}
.banner_box_li img{
	height: 100%;
}

.banner_news{position: absolute;z-index: 3;left: 0;bottom: 0;height: 50px;background: rgba(0,0,0,.4);width: 100%;}
.banner_news_main{display: flex;align-items: center;}
.banner_news_l{color: #fff;font-size: 18px;font-weight: 600;padding-right: 20px;margin-right: 20px;line-height: 26px;
    border-right: 1px solid #666;width: 100px;text-align: right;box-sizing: border-box;}
.banner_news_l span{color: #04acef;}
.banner_news_r{width: calc(100% - 140px);}
#banner_news{height: 50px;}
.banner_news_li{display: flex;align-items: center;justify-content: space-between;}
.banner_news_li a{display: block;color: #ccc;max-width: 33%;font-size: 16px;}
.banner_news_li a:before{display: inline-block;vertical-align: middle;content: '';width: 8px;height: 8px;background: #aaa;border-radius: 100%;margin-right: 6px;}
.banner_news_li a:hover{color: #04acef;}
.banner_news_li a:hover:before{background: #04acef;}


/* 脚部公用css  -s */
.footer_box{
	background: #1f242d;
}
.footer_t{
	display: flex;
	align-items: center;
	height: 108px;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(-120deg,#02bbfe 0%,#0078fd 100%);
	background-image: -webkit-linear-gradient(-120deg,#02bbfe 0%,#0078fd 100%);
}
.footer_t_li{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.footer_t_li img{
	display: block;
	width: 38px;
	height: 38px;
	margin-right: 10px;
}
.footer_t_li div{
	color: #fff;
}
.footer_t_li h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}
.footer_t_li p{
	font-size: 14px;
	line-height: 1.5;
}
.footer_c{
	color: #999;
}
.footer_c a{
	color: #999;
}
.footer_c a:hover{
	color: #0085fd;
}
.footer_content{
	padding: 25px 0;
}
.fc_t{
	display: flex;
	padding-bottom: 25px;
	justify-content: space-between;
}
.fc_t_title{
	width: 120px;
	font-size: 20px;
	padding-top: 10px;
}
.fc_t_right{
	width: calc(100% - 140px);
}
.fc_t_types{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.fc_t_types a{
	color: #999;
	display: block;
	line-height: 36px;
	margin-right: 45px;
	font-size: 17px;
}
.fc_t_types a.act{
	border-bottom: 1px solid #999;
}
.fc_t_address{}
.fc_t_address a{
	font-size: 12px;
	line-height: 30px;
	margin-right: 40px;
}
.fc_b{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.fc_b_box{
	/* display: flex; */
	/* align-items: flex-start; */
	/* justify-content: space-between; */
	width: calc(100% - 170px);
}
.fc_b_box_t{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/* width: calc(100% - 170px); */
}
.fc_b_box_c{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 16px;
	margin-bottom: 20px;
}
.fc_b_box_c div{
	
	margin-right: 40px;
}
.fc_b_box_c h3{
	line-height: 2;
	font-size: 18px;
}
.fc_b_box_c p{
	line-height: 1.8;
}
.fc_b_box_b{}


.fbb_main{
	display: flex;
	padding: 10px 0 0;
	align-items: flex-start;
}
.fbb_main div{
	width: 80px;
	line-height: 32px;
	font-size: 16px;
}
.fbb_main p{
	width: calc(100% - 90px);
	display: flex;
	flex-wrap: wrap;
}
.fbb_main p a{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 1.6;
	margin-right: 10px;
	line-height: 32px;
}
.fbb_main p a:hover{
	color: #0887ff;
}

.fc_ba{
	width: 300px;
	border-right: 1px solid #5a5e64;
	padding-right: 40px;
}
.fc_ba .txt{
	line-height: 2;
}
.fc_ba .title{
	font-size: 20px;
	padding: 15px 0;
}
.fc_ba .phone{
	font-size: 30px;
	margin-bottom: 15px;
}
.fc_ba .phone span{
	margin-left: 0px;
	font-size: 14px;
}
.fc_ba .kf{
	background: #135ef8;
	padding: 10px;
	border-radius: 4px;
	width: 140px;
	margin-top: 15px;
	cursor: pointer;
	color: #fff;
}
.fc_ba .kf img{
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.fc_bb{
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0 40px;
	align-items: center;
}
.fc_bb:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 150px;
	background: #5a5e64;
}
.fc_bb div{
	font-size: 16px;
	margin-bottom: 20px;
}
.fc_bb a{
	line-height: 30px;
}
.fc_bc{
	display: flex;
	flex-direction: column;
	margin-left: 40px;
}
.fc_bc div{
	font-size: 16px;
	margin-bottom: 20px;
}
.fc_bc img{
	display: block;
	width: 136px;
	height: 136px;
	margin-top: 15px;
}
.footer_b{
	padding: 15px 10px;
	border-top: 1px solid #999;
}
.footer_b div{
	text-align: center;
	color: #999;
}
.footer_b a{
	color: #999;
}
.footer_b a:hover{
	color: #0085fd;
}

/* 脚部公用css  -e */

/* 首页公用标题样式 -s */
.com_title{
	margin: 20px auto;
	text-align: center;
}
.com_title p{
	color: #fe6140;
	font-size: 14px;
}
.com_title div{
	position: relative;
	font-size: 36px;
	font-weight: 600;
	padding: 10px 0 14px;
}
.com_title div::after{
	position: absolute;
	content: '';
	width: 120px;
	height: 4px;
	background: #fe6140;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.com_title2 div::after{
	/* position: absolute; */
	/* content: ''; */
	width: 100%;
	/* height: 4px;
	background: #fe6140;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0; */
}


.com_banner{
	position: relative;
	overflow: hidden;
}
.com_banner img{
	position: relative;
	display: block;
	width: 1920px;
	height: 380px;
	left: calc(50% - 960px);
}

/* 富文本样式 */
.rich_box{
	padding: 20px;
	line-height: 1.6;
	color: #000;
	min-height: 160px;
}
.rich_box img,.rich_box table{
	max-width: 100%!important;
}

/* 首页公用标题样式 -e */

/* 公用固定右侧边栏样式 - s */
/*.fixed_box{
	position: fixed;
	z-index: 1000;
	right: 0;
	top: calc(50% - 70px);
	display: flex;
	flex-direction: column;
}
.fixed_li{
	width: 50px;
	height: 50px;
	background: #333333;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
}
.fixed_li:hover,.fixed_li.act{
	background: #fe5737;
}
.fixed_li .ico{
	display: block;
	width: 100%;
	height: 100%;
}
.fixed_li_more{
	position: absolute;
	left: -174px;
	bottom: 0;
	background: #f8f8f8;
	width: 164px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 16px 16px 0;
	display: none;
}
.fixed_li_more.act{
	display: block;
}
.fixed_li_more img{
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
}
.fixed_li_more p{
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #666;
}*/


/* 公用固定右侧边栏样式 - e */


.ma_box{
	margin-top: 100px;
	margin-bottom: 100px;
}
.ma_ul{
	flex-wrap: wrap;
}
.ma_li{
	width: 240px;
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
	margin-right: 80px;
}
.ma_li:nth-child(4n){
	margin-right: 0;
}
.ma_li_img{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	position: relative;
	overflow: hidden;
}
.ma_li_img:before{
	position: absolute;
	content: '';
	width: 150px;
	height: 150px;
	background: #f7f9fb;
	border-radius: 100%;
	z-index: 0;
	transition:2s;
}
.ma_li_img img{
	display: block;
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 2;
}
.ma_li_txt{
	height: 110px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
.ma_li_txt div{
	font-size: 16px;
	line-height: 40px;
}
.ma_li_txt p{
	display: none;
	color: #999;
	font-size: 13px;
}
.ma_li:hover{
	box-shadow: 0 0 5px 6px rgba(150,150,150,.1);
}
.ma_li:hover .ma_li_img:before{
	width: 500px;
	height: 500px;
}
.ma_li:hover p{
	display: block;
}


.mb_box{
	margin-top: 100px;
	margin-bottom: 100px;
}
.mb_title{
	line-height: 40px;
	font-size: 16px;
	margin-bottom: 10px;
}
.mba_box{}
.mba_ul{}
.mba_li{
	width: 330px;
	border-radius: 10px;
	overflow: hidden;
}
.mba_li img{
	display: block;
	width: 100%;
	height: 210px;
}
.mba_li p{
	height: 90px;
	box-sizing: border-box;
	padding: 12px;
	line-height: 22px;
}
.mbb_ul{
	flex-wrap: wrap;
}
.mbb_li{
	width: 240px;
	margin-right: 80px;
	margin-bottom: 30px;
}
.mbb_li:nth-child(4n){
	margin-right: 0;
}
.mbb_li img{
	display: block;
	width: 72px;
	height: 72px;
	margin: 10px auto 20px;
}
.mbb_li div{
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
}
.mbb_li p{
	color: #666;
	line-height: 1.5;
}
.mc_box{
	margin-top: 100px;
	margin-bottom: 120px;
}
.mc_ul{}
.mc_li{}
.mc_li img{
	display: block;
	width: 300px;
	height: 428px;
}

.md_box{
	margin-top: 100px;
	margin-bottom: 120px;
}
.md_ul{
	flex-wrap: wrap;
}
.md_li{
	width: 400px;
	margin-bottom: 20px;
}
.md_li img{
	display: block;
	width: 65px;
	height: 65px;
	margin: 0 auto;
}
.md_li p{
	font-size: 16px;
	padding: 16px 0;
	text-align: center;
}
.me_box{
	margin-top: 100px;
	margin-bottom: 130px;
}
.me_ul{
	flex-wrap: wrap;
}
.me_li{
	width: 280px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 5px 6px rgba(100,100,100,.1);
}
.me_li img{
	display: block;
	width: 280px;
	height: 168px;
}
.me_li p{
	font-size: 16px;
	font-weight: 600;
	padding: 6px 0;
	line-height: 2;
	text-align: center;
}


.mf_box{
	position: relative;
	margin-top: 100px;
	margin-bottom: 135px;
}
.mf_ul{
	width: 1100px;
	margin: 0 auto;
}
.mf_li{
	display: block;
}
.mf_li img{
	width: 100%;
}
.mf_btn{
	position: absolute;
	top: 100px;
	height: 220px;
}
.mf_btn img{
	display: block;
	width: 34px;
	height: 60px;
}
.mf_l{
	left: 0;
}
.mf_r{
	right: 0;
}
.mga_box{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.mga_ul{
	width: 380px;
	height: 550px;
	background: #f6f8fb;
	overflow: hidden;
	border-radius: 5px;
}
.mga_ul_img{
	width: 100%;
	height: 128px;
}
.mga_li{
	display: flex;
	align-items: center;
	color: #000;
	margin: 0 20px;
	border-bottom: 1px solid #eee;
}
.mga_li:last-child{
	border-bottom: 0;
}
.mga_li p{
	line-height: 58px;
	font-size: 16px;
	width: calc(100% - 30px);
}
.mga_li:hover{
	color: #ff7427;
}
.mga_li img{
	display: block;
	width: 20px;
	height: 20px;
}
.mgb_box{
	background: #f6f8fb;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.mgb_l{
	width: 50px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px 10px;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	background-image: linear-gradient(-90deg,#fe7427 40%,#fe6140 100%);
	background-image: -webkit-linear-gradient(-90deg,#fe7427 40%,#fe6140 100%);
}
.mgb_r{
	width: 1120px;
}
.mgb_main{
	display: flex;
	padding: 10px 0;
	align-items: center;
}
.mgb_main:first-child{
	border-bottom: 1px solid #ccc;
}
.mgb_main div{
	width: 90px;
	line-height: 40px;
	font: 16px;
}
.mgb_main p{
	width: calc(100% - 100px);
}
.mgb_main p a{
	font-size: 13px;
	color: #666;
	line-height: 1.6;
	margin-right: 10px;
}
.mgb_main p a:hover{
	color: #ff7427;
}



/* 关于我们3 */
.usc_box{
	margin-top: 100px;
	margin-bottom: 100px;
}
.usc_ul{
	display: flex;
	flex-wrap: wrap;
}
.usc_li{
	width: 370px;
	height: 145px;
	background: #f1f1f1;
	display: flex;
	margin-right: 45px;
	margin-bottom: 40px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 20px 30px;
}
.usc_li:nth-child(3n){
	margin-right: 0;
}
.usc_li_l{
	display: block;
	width: 72px;
	height: 72px;
}
.usc_li_r{
	width: calc(100% - 90px);
	display: flex;
	flex-direction: column;
	min-height: 80px;
	justify-content: space-between;
}
.usc_li_r div{
	font-size: 20px;
	color: #fc6029;
}
.usc_li_r p{
	color: #666;
	font-size: 16px;
	line-height: 1.6;
}
.usc_li_only .usc_li_l{
	width: 100px;
	height: 100px;
}
.usc_li_only .usc_li_r{
	width: calc(100% - 120px);
	min-height: 60px;
}
.usc_li_only .usc_li_r div{
	color: #000;
	font-size: 16px;
}


.usc_main_box{
	position: relative;
	overflow: hidden;
}
.usc_main_bg{
	position: relative;
	display: block;
	width: 1920px;
	height: 350px;
	left: calc(50% - 960px);
}
.usc_main{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1000px;
	height: 200px;
	top: calc(50% - 100px);
	flex-direction: column;
	z-index: 2;
}
.usc_main_text{
	position: relative;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}
.usc_main_btn{
	width: 220px;
	height: 44px;
	border: 1px solid #fff;
	color: #fff;
	letter-spacing: 3px;
	font-size: 16px;
	border-radius: 30px;
}
.usc_main_btn:hover{
	color: #fc6029;
	background-color: #fff
}


/* 案例详情底部联系我们样式 -s */
/*.bubble-1 {
	position: absolute;
	top: -120px;
	left: 50%;
	z-index: 7;
	margin-left: -120px;
	width: 240px;
	height: 240px;
	border-radius: 100%;
	background: #ff6c00;
	animation: bubble-animate-1 linear 10s infinite
}

.bubble-2 {
	position: absolute;
	top: 50px;
	left: 34%;
	z-index: 8;
	width: 360px;
	height: 360px;
	background: #ff4800;
	border-radius: 100%;
	animation: bubble-animate-2 linear 12s infinite
}

.bubble-3 {
	position: absolute;
	top: 50px;
	left: 48%;
	z-index: 9;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	background: #ff3800;
	animation: bubble-animate-3 linear 11s infinite
}

@keyframes bubble-animate-1 {
	from {
		top: -120px
	}

	50% {
		top: -180px
	}

	to {
		top: -120px
	}
}

@keyframes bubble-animate-2 {
	from {
		top: 50px;
		left: 34%
	}

	50% {
		top: 80px;
		left: 24%
	}

	to {
		top: 50px;
		left: 34%
	}
}

@keyframes bubble-animate-3 {
	from {
		top: 50px;
		left: 48%
	}

	50% {
		top: 80px;
		left: 58%
	}

	to {
		top: 50px;
		left: 48%
	}
}*/


.anli_main_box{
	position: relative;
	height: 200px;
	overflow: hidden;
	background-image: linear-gradient(-90deg,#fe7427 40%,#fe6140 100%);
	background-image: -webkit-linear-gradient(-90deg,#fe7427 40%,#fe6140 100%);
}

.anli_main{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1000px;
	height: 200px;
	top: calc(50% - 100px);
	flex-direction: column;
	z-index: 10;
}
.anli_main_text{
	position: relative;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}
.anli_main_btn{
	width: 220px;
	height: 44px;
	border: 1px solid #fff;
	color: #fff;
	letter-spacing: 3px;
	font-size: 16px;
	border-radius: 30px;
}
.anli_main_btn:hover{
	color: #fc6029;
	background-color: #fff
}


/* 案例详情底部联系我们样式 -e */

.team_box{
	margin-top: 80px;
	margin-bottom: 100px;
	position: relative;
}
.team_img{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	z-index: 0;
	min-height: 350px;
}
.usa_js_box{
	margin-top: 80px;
	margin-bottom: 100px;
}
.usa_js_ul{}
.usa_js_li{
	width: 280px;
}
.usa_js_li img{
	display: block;
	width: 100px;
	height: 100px;
	padding: 5px;
	border-radius: 100%;
	background: #fedfd4;
	margin: 0 auto;
}
.usa_js_li div{
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	margin: 10px 0;
	font-weight:600;
}
.usa_js_li p{
	font-size: 16px;
	line-height: 1.5;
}


.usa_team_box{
	padding-top: 100px;
	padding-bottom: 100px;
}
.usa_team_ul{
	align-items: flex-start;
}
.usa_team_li{
	width: 200px;
}
.usa_team_li img{
	display: block;
	width: 170px;
	height: 170px;
	background: #fff;
	padding: 30px;
	border-radius: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.usa_team_li img.none{
	display: block;
	border: 1px solid #ccc;
}
.usa_team_li img.act{
	display: none;
	background-image: linear-gradient(0deg,#fe7427 40%,#fe6140 100%);
	background-image: -webkit-linear-gradient(0deg,#fe7427 40%,#fe6140 100%);
}
.usa_team_li:hover img.none{display: none;}
.usa_team_li:hover img.act{display: block;}
.usa_team_li div{
	text-align: center;
	font-size: 16px;
	margin: 15px 0;
	font-weight: 600;
}
.usa_team_li p{
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}


.usa_info_box{
	margin: 100px 0;
	background: #f8f8f8;
	display: flex;
	justify-content: space-between;
}
.usa_info_l{
	width: 500px;
	height: 350px;
}
.usa_info_l img{
	display: block;
	width: 500px;
	height: 350px;
}
.usa_info_r{
	width: 600px;
	margin-right: 50px;
	padding: 20px 0;
}
.usa_info_r p{
	color: #333;
	line-height: 1.5;
}


.usdd_box{}
.usdd_ul{
	display: flex;
	flex-wrap: wrap;
}
.usdd_li{
	width: 200px;
	margin-right: 50px;
	margin-bottom: 25px;
}
.usdd_li:nth-child(5n){
	margin-right: 0;
}
.usdd_li_img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 256px;
	margin: 0 auto;
	background: #f5f5f5;
}
.usdd_li_img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.usdd_li_txt{
	padding: 5px 10px;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	height: 50px;
	box-sizing: initial;
}


.tabs_ul{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs_li{
	cursor: pointer;
	width: 160px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.tabs_li.act{
	background: #2e354b;
	color: #fff;
	border-radius: 50px;
}
.news_box{}
.news_ul{
	margin: 20px 20px;
}
.news_li{
	display: flex;
	border-bottom: 1px solid #e4e4e4;
	padding: 30px 0;
	justify-content: space-between;
	color: #000;
}
.news_li_img{
	display: block;
	width: 215px;
	height: 130px;
}
.news_li_txt{
	width: calc(100% - 245px);
}
.news_li_txt h3{
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6;
	color: #666;
}
.news_li_txt p{
	font-size: 15px;
	color: #666;
	line-height: 1.8;
}


.tabsb_ul{
	margin: 20px 30px 10px;
}
.tabsb_li{
	position: relative;
	line-height: 20px;
	margin: 0 20px;
	padding-left: 20px;
	font-size: 16px;
	cursor: pointer;
}
.tabsb_li.act{}
.tabsb_li:before{
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	width: 15px;
	height: 15px;
	background: url('../images/anli_c.png') no-repeat center;
	background-size: 100% 100%;
}
.tabsb_li.act:before{
	background-image: url('../images/anli_ca.png');
}
.anli_box{
	margin: 30px 0;
}
.anli_ul{
	display: flex;
	flex-wrap: wrap;
}
.anli_li{
	width: 390px;
	color: #000;
	margin-right: 15px;
	background: #fff;
	margin-bottom: 20px;
	border-bottom: 3px solid #fe6c35;
	position: relative;
	overflow: hidden;
}
.anli_li:nth-child(3n){
	margin-right: 0;
}
.anli_li_img{
	display: block;
	width: 390px;
	height: 245px;
}
.anli_li_txt{
	margin: 10px 20px;
	line-height: 30px;
	font-size: 15px;
}
.anli_li_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(100% + 3px);left: 0;
	background: rgba(0,0,0,.5);
	transition:.5s;
}
.anli_li:hover .anli_li_mask{top: 0;}
.anli_li_mask img{
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 8px;
}


.numas{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 0;
}
.numas_li{
	width: 220px;
	height: 120px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	/* box-shadow: 4px 4px 16px rgba(0,0,0,.3); */
	overflow: hidden;
	border-radius: 6px;
}
.numas_li img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.numas_li:hover img{
	width: 120%;
	height: 120%;
	left: -10%;
	top: -10%;
}
.numas_li div{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;top: 0;
	flex-direction: column;
}
.numas_li h3{
	font-size: 22px;
	color: #fff;
}
.numas_li p{
	font-size: 14px;
	color: #fff;
	background: #1677ff;
	border-radius: 6px;
	line-height: 36px;
	height: 0;
	width: 140px;
	text-align: center;
	transform: scale(0,0);
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-top: 0;
	cursor: pointer;
}

.numas_li:hover p{
	height: 36px;
	transform: scale(1,1);
	margin-top: 10px;
}
.infos{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.infos_l{
	width: calc(100% - 390px);
}
.infos_title{
	line-height: 2;
	font-size: 36px;
}
.infos_txt{
	font-size: 16px;
	color: #888;
	line-height: 1.8;
}
.infos_imgs{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.infos_imgs img{
	display: block;
	width: 150px;
	height: 65px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.infos_r{
	width: 370px;
}

.infos_li{}
.infos_li img{
	width: 370px;
	height: 260px;
	display: block;
	border-radius: 20px;
}
#infos_swiper.swiper-container{
    --swiper-theme-color: #ff6600;
    --swiper-navigation-color: #000;
    --swiper-navigation-size: 30px;
}

.apps{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 60px;
}
.apps_li{
	width: 280px;
	box-shadow: 2px 2px 10px rgba(0,0,0,.2);
	border-radius: 6px;
	position: relative;
}
.apps_li_title{
	position: relative;
}
.apps_li_title img{
	display: block;
	width: 100%;
	height: 70px;
}
.apps_li_title p{
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 20px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 600;
	color: #515d71;
}
.apps_li_more{
	padding: 10px 20px 10px 52px;
	position: relative;
}
.apps_li_more::after{
	position: absolute;
	content: '';
	width: 30px;
	height: 15px;
	background: url(../images/apps_ico.png) no-repeat center;
	background-size: 100% 100%;
	left: 10px;
	top: 17px;
}
.apps_li_more div{
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	color: #515d71;
}
.apps_li_more p{
	color: #888;
	line-height: 1.5;
}
.apps_li_btn{
	position: absolute;
	width: 170px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: calc(50% - 85px);
	margin: 0 auto;
	bottom: -25px;
	z-index: 1;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 17px;
	cursor: pointer;
}
.apps_li_btn:hover{
	background-image: linear-gradient(90deg,#28c8ff,#0180ff);
	color: #fff;
	border: 1px solid rgba(0,0,0,0);
}


.ncom_title{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0 15px;
	margin: 10px 0;
}
.ncom_title div{
	position: relative;
	font-size: 32px;
	line-height: 60px;
	font-weight: 400;
	text-align: center;
	color: #2e354b;
	letter-spacing: 1px;
}
.ncom_title div::before,.ncom_title div::after{
	position: absolute;
	content: '';
	width: 70px;
	height: 40px;
	top: 10px;
}
.ncom_title div::after{
	background: url(../images/com_title_r.png);
	right: -90px;
}
.ncom_title div::before{
	background: url(../images/com_title_l.png);
	left: -90px;
}
.dealways_bg{
	background: #666;
}
.dealways_box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.dealways_l{
	width: 300px;
	height: 700px;
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 70px 30px;
	justify-content: space-between;
	color: #fff;
}
.dealways_l_bg{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 300px;
	height: 700px;
}
.dealways_l_t{
	position: relative;
	z-index: 1;
}
.dealways_l_t h3{
	font-weight: 600;
	font-size: 38px;
	margin-bottom: 20px;
}
.dealways_l_t div{
	font-size: 40px;
}
.dealways_l_b{
	position: relative;
	z-index: 1;
}
.dealways_l_b h3{
	font-weight: 400;
	font-size: 42px;
	margin-bottom: 15px;
}
.dealways_l_b div{
	font-size: 26px;
}
.dealways{
	padding-bottom: 60px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 880px;
}
.dealways_li{
	display: flex;
	width: 220px;
	height: 233px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px;
	cursor: pointer;
	cursor: pointer;
}
.dealways_li:hover{
	background-image: linear-gradient(-90deg,#0883ff 0%,#03beff 100%);
	background-image: -webkit-linear-gradient(-90deg,#0883ff 0%,#03beff 100%);
	box-shadow: 2px 2px 10px rgba(1, 164, 255,.5);
}
.dealways_li img{
	display: block;
	width: 72px;
	height: 72px;
}
.dealways_li .go{
	display: block;
	width: 38px;
	height: 38px;
}
.dealways_li .act{
	display: none;
}
.dealways_li .act_none{
	display: block;
}
.dealways_li:hover .act{
	display: block;
}
.dealways_li:hover .act_none{
	display: none;
}
.dealways_li p{
	color: #000;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 10px;
}
.dealways_li:hover p{
	color: #fff;
}


.case_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.case_l{
	width: 210px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 600px;
	border-radius: 10px;
	box-shadow: 2px 4px 10px rgba(0,0,0,.2);
}
.case_l_li{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	border-radius: 10px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}
.case_l_li.act,.case_l_li:hover{
	background: #01a4ff;
	color: #fff;
}

.case_l_li.act::after{
	content: '';
	position: absolute;
	right: -10px;
	width:0px;height:0px;
	border-top:10px solid transparent;
	border-left:10px solid #01a4ff;
	border-bottom:10px solid transparent;
}
.case_r{
	width: 960px;
	height: 600px;
}
.case_swiper{
	height: 100%;
}
.case_r_ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.case_r_li{
	display: block;
	width: 300px;
	height: 300px;
	margin-right: 30px;
	color: #000;
}
.case_r_li:hover{
	color: #01a4ff;
}
.case_r_li:nth-child(3n){
	margin-right: 0;
}
.case_r_li img{
	display: block;
	width: 300px;
	height: 220px;
	border-radius: 10px;
}
.case_r_li div{
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}
.case_r_li p{
	text-align: center;
	color: #666;
	font-size: 15px;
	line-height: 1.5;
}

.tabcase{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.tabcase_li{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 18px;
	border-radius: 30px;
	padding: 0 30px;
	margin: 0 20px;
}
.tabcase_li.act{
	background: #009aff;
	color: #fff;
}
.tabcase_box{}
.tabcase_box_li{
	display: none;
}
.tabcase_box_li.act{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tabcase_box_li img{
	display: block;
	width: 390px;
	height: 285px;
}

.case_li{
	width: 280px;
	margin: 0 10px 2px;
	color: #000;
}
.case_img{
	position: relative;
	display: flex;
	width: 280px;
	height: 200px;
	overflow: hidden;
	border-radius: 6px;
}
.case_img img{
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.case_img:hover .case_mask{
	top: 0;
}
.case_img:hover img{
	width: 110%;
	height: 110%;
	left: -5%;
	top: -5%;
}
.case_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;top: 101%;z-index: 2;
	box-sizing: border-box;
	padding: 20px;
	background: rgba(0,0,0,.5);
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.case_mask div{
	font-size: 16px;
	line-height: 1.8;
}
.case_mask p{
	margin-top: 10px;
	line-height: 1.5;
}
.case_title{
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	margin: 14px 10px;
	font-size: 16px;
}



.tabzs{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 30px;
	margin-top: 50px;
}
.tabzs_li{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 160px;
	font-size: 18px;
	border-radius: 6px;
}
.tabzs_li.act{
	background: #009aff;
	color: #fff;
}
.tabzs_box{}
.tabzs_box_li{
	display: none;
}
.tabzs_box_li.act{
	display: block;
	/* align-items: center; */
	/* justify-content: space-between; */
}
.tabzs_li_swiper{
	width: 100%;
}
.tabzs_li_img{
	width: auto!important;
}
.tabzs_li_img img{
	display: block;
	width: auto;
	height: 285px;
}
.tabzs_more{
	height: 40px;
	margin-top: 20px;
}
.tabzs_more a{
	display: flex;
	color: #333;
	width: 160px;
	line-height: 40px;
	background: #eee;
	justify-content: center;
	border-radius: 8px;
}
.tabzs_more a:hover{
	background: #fe6140;
	color: #fff;
}


.mca_box{
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: space-between; */
}
.mca_ul{
	position: relative;
}
.mca_li{
	width: 280px;
	height: 380px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.mca_li_bg{
	display: block;
	width: 100%;
	height: 100%;
}
.mca_li_show{
	position: absolute;
	left: 0;
	top: 0;z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition-duration: .5s;
}
.mca_li_show img{
	display: block;
	width: 138px;
	height: 138px;
}
.mca_li_show p{
	color: #fff;
	font-size: 18px;
	line-height: 2;
	margin-top: 10px;
}
.mca_li_hover{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition-duration: .5s;
	box-sizing: border-box;
	padding: 50px 35px;
	background: rgba(0,0,0,.7);
}
.mca_li:hover .mca_li_show{
	top: -100%;
}
.mca_li:hover .mca_li_hover{
	top: 0;
	color: #fff;
}
.mca_li_hover div{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 10px;
}
.mca_li_hover p{
	font-size: 15px;
	line-height: 1.6;
}
.ys{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.ys_li{
	width: 180px;
	position: relative;
	border-radius: 6px;
	background: #fff;
}
.ys_li_img{
	position: relative;
	width: 100%;
	height: 160px;
	border-radius: 6px;
	background: linear-gradient(to right,#2cc9ff, #007fff);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.ys_li_img p{
	color: #fff;
	font-size: 17px;
	line-height: 2;
	letter-spacing: 1px;
}
.ys_li_num{
	position: absolute;
	right: -14px;
	top: 0;
	display: block;
	width: 100px;
	height: 130px;
}
.ys_li_ico{
	display: block;
	width: 40px;
	height: 40px;
}
.ys_li_content{
	height: 230px;
	box-sizing: border-box;
	padding: 10px 25px 0;
	box-shadow:0 3px 10px rgba(0,0,0,.08);
	border-radius: 5px;
}
.ys_li:hover .ys_li_content{
	box-shadow:0 3px 10px rgba(3, 132, 255,.3);
}
.ys_li_title{
	font-size: 15px;
	line-height: 2;
	padding-top: 10px;
	font-weight: 600;
}
.ys_li_txt{
	color: #777;
	line-height: 1.5;
}
.jues{
	position: relative;
	background: #fff;
	padding: 20px 45px 40px;
}
.jues h3{
	color: #0887ff;
	font-weight: 600;
	font-size: 26px;
	line-height: 3;
}
.jues div{
	font-size: 17px;
	line-height: 1.6;
}
.jues p{
	color: #999;
	line-height: 2;
}
.jues img{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.mgan_box{
	margin-top: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.mgan_ul{
	width: 390px;
}
.mgan_ul_img{
	width: 100%;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.mgan_ul_img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 0 0;
}
.mgan_ul_img div{
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding-top: 15px;
}
.mgan_ul_img div p{
	font-weight: 600;
	margin-bottom: 6px;
}
.mgan_ul_img div a{
	color: #fff;
	font-size: 14px;
}
.mgan_ul_img div a:hover{
	text-decoration: underline;
}
.mgan_lis{
	/*border: 1px solid #eee;*/
	border-top: 0;
	padding: 0;
	/*padding: 10px 15px 20px;*/
}
.mgan_li{
	position: relative;
	display: flex;
	align-items: center;
	color: #333;
	padding: 0 20px;
	/*border-bottom: 1px dashed #ccc;*/
	background: #f6f8fb;
	margin-top: 10px;
}
/*.mgan_li::before{
	position: absolute;
	content: '›';
	left: 5px;
	font-size: 24px;
	color: #333;
}*/
.mgan_li:hover::before{
	color: #01a4ff;
}
.mgan_li p{
	line-height: 50px;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mgan_li:hover{
	color: #01a4ff;
}


/*.bubble-1 {
	position: absolute;
	top: -120px;
	left: 50%;
	z-index: 1;
	margin-left: -120px;
	width: 140px;
	height: 140px;
	background: linear-gradient(to right,rgba(44, 201, 255,.3), rgba(0, 127, 255,.5));
	animation: bubble-animate-1 linear 10s infinite
}

.bubble-2 {
	position: absolute;
	top: 50px;
	left: 34%;
	z-index: 1;
	width: 360px;
	height: 360px;
	background: rgba(34, 202, 243,.5);
	animation: bubble-animate-2 linear 12s infinite
}

.bubble-3 {
	position: absolute;
	top: 50px;
	left: 48%;
	z-index: 1;
	width: 300px;
	height: 300px;
	background: linear-gradient(to right,#02b6fe, #007fff);
	opacity: .6;
	animation: bubble-animate-3 linear 11s infinite
}

@keyframes bubble-animate-1 {
	from {
		top: 20px;
	}

	50% {
		top: -160px
	}

	to {
		top: 20px
	}
}

@keyframes bubble-animate-2 {
	from {
		top: 50px;
		left: 34%
	}

	50% {
		top: 80px;
		left: 24%
	}

	to {
		top: 50px;
		left: 34%
	}
}

@keyframes bubble-animate-3 {
	from {
		top: 50px;
		left: 48%
	}

	50% {
		top: 80px;
		left: 58%
	}

	to {
		top: 50px;
		left: 48%
	}
}*/

.goods_box{
	margin: 30px 20px;
}
#goods_swiper{
	height: 360px;
}
.goods_li{
	width: 190px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.goods_li img{
	display: block;
	width: 180px;
	height: 110px;
	cursor: pointer;
}



.fw_box{
	position: relative;
	height: 800px;
	background: #fff;
	overflow: hidden;
}
.fw_bg{
	position: absolute;
	z-index: 1;
	width: 1600px;
	height: 800px;
	top: 0;
	left: calc(50% - 800px);
}
.fw_content{
	position: relative;
	z-index: 2;
}
.fw_cl{
	justify-content: space-between;
}
.fw_cl_l{
	text-align: right;
}
.fw_cl_r{
	text-align: left;
}
.fw_cl_txt{
	width: 260px;
	height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.fw_cl_txt h3{
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
}
.fw_cl_txt p{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}
.fw_cl_circle{
	position: relative;
	width: 510px;
	height: 510px;
	/* background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 25px rgba(0,0,0,.15);
	animation: fw_circle linear 4s infinite; */
}
.fw_cl_circle:before,.fw_cl_circle:after{
	position: absolute;
	content: '';
	width: 160px;
	height: 320px;
	z-index: -1;
}
.fw_cl_circle:before{
	background: url(../images/fw_l.png);
	left: -80px;
}
.fw_cl_circle:after{
	background: url(../images/fw_r.png);
	right: -80px;
}
.fw_cl_circle1{
	position: absolute;
	z-index: 1;
	width: 510px;
	height: 510px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 25px rgba(0,0,0,.15);
	/* animation: fw_circle linear 4s infinite; */
}
.fw_cl_circle2{
	position: absolute;
	z-index: 1;
	width: 380px;
	height: 380px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 0 20px #01a4ff;
	animation: fw_circle2 linear 4s infinite;
}
.fw_cl_circle_c{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fw_cl_circle_c img{
	display: block;
	width: 100px;
	height: 80px;
}
.fw_cl_circle_c div{
	font-size: 26px;
	font-weight: 400;
	margin: 25px 0;
	color: #000;
}
.fw_cl_circle_c p{
	background: #009afd;
	color: #fff;
	line-height: 45px;
	width: 150px;
	text-align: center;
	border-radius: 30px;
	font-size: 18px;
	letter-spacing: 1px;
	cursor: pointer;
}
.fw_cl_circle_c p:hover{
	background: #fe5737;
}

@keyframes fw_circle {
	from {
		width: 510px;
		height: 510px;
	}

	50% {
		width: 450px;
		height: 450px;
	}

	to {
		width: 510px;
		height: 510px;
	}
}
@keyframes fw_circle2 {
	from {
		width: 380px;
		height: 380px;
	}

	50% {
		width: 350px;
		height: 350px;
	}

	to {
		width: 380px;
		height: 380px;
	}
}


.video_box{
	width: 100%;
	/* height: 460px; */
	background: #000;
	position: relative;
}
.video_bg{
	position: relative;
	width: 100%;
	/* height: 100%; */
	z-index: 1;
}
.video_el{
	position: absolute;
	z-index: 2;
	height: 100%;
	flex-direction: column;
	top: 0;
	left: calc(50% - 600px);
}
.video_el h3{
	color: #f9c869;
	margin: 15px 0;
	font-size: 36px;
}
.video_txt{
	color: #fff;
	font-size: 24px;
}
.video_txt span{
	color: #f9c869;
}
.video_btn{
	display: flex;
	justify-content: center;
}
.video_btn p{
	line-height: 60px;
	padding: 0 30px;
	border-radius: 4px;
	font-size: 24px;
}
.video_btn .tel{
	margin-right: 40px;
	background: #236ffb;
	color: #fff;
}
.video_btn .tel span{
	font-size: 30px;
	margin-left: 20px;
}
.video_btn .btn{
	color: #236ffb;
	background: #fff;
}



.cores{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.cores_li{
	width: 220px;
	background: #fafafaad;
	border-radius: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 9%);
}


.cores_li_top{
	display: flex;
	width: 220px;
	height: 230px;
	align-items: center;
	justify-content: center;
}
.cores_li_img{
	display: block;
	width: 188px;
	height: 188px;
}
.cores_li_img_act{
	display: none;
}
.cores_li h3{
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #666;
	margin: 10px 0 15px;
}
.cores_li p{
	padding: 0 16px;
	color: #999;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;overflow: hidden;
}
.cores_li_btn{
	width: 90px;
	color: #009afd;
	border: 1px solid #009afd;
	line-height: 30px;
	text-align: center;
	margin: 15px auto 20px;
	border-radius: 20px;
	cursor: pointer;
}
.cores_li:hover{
	box-shadow: 0 0 10px rgba(0, 152, 250,.4);
}
.cores_li:hover .cores_li_img{
	display: none;
}
.cores_li:hover .cores_li_img_act{
	display: block;
}
.cores_li:hover .cores_li_btn{
	background: #009afd;
	color: #fff;
}


.banner_index_points{
	bottom: 65px!important;
}
.banner_index_points .swiper-pagination-bullet{
	background: rgba(255,255,255,.4);
	opacity: .8;
}
.banner_index_points .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 24px;
	border-radius: 8px;
	opacity: 1;
	background: rgba(255,255,255,.8);
}


.alertbox{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);z-index: 9999;display:none;}
.alertbox .message{position: relative;background: #fff;padding: 23px 45px;margin: auto;width: 670px;box-sizing: border-box;border-radius: 5px;}
.alertbox .title{color: #000;text-align: center;font-weight: bold;font-size: 26px;margin: 30px 0;}
.alertbox .m_title{color: #000;text-align: left;font-size: 23px;margin: 10px 0;}
.alertbox .m_title span{color: #2977fb;font-size: 14px;margin-left: 10px;}
.alertbox .m_btns{display: flex;align-items: center;flex-wrap: wrap;margin: 20px 0 15px;}
.alertbox .m_btns p{display: flex;align-items: center;justify-content: center;width: 120px;height: 40px;border: 1px solid #ddd;
color: #999;margin-right: 15px;margin-bottom: 15px;cursor: pointer;}
.alertbox .m_btns p.act{background: #018bf0;color: #fff;border: 1px solid #018bf0;position: relative;}
.alertbox .m_btns p.act:before{position: absolute;content: '✔';right: 2px;bottom: 2px;z-index: 1;}
.alertbox .m_checks{display: flex;align-items: center;flex-wrap: wrap;margin: 20px 0 15px;}
.alertbox .m_checks p{position: relative;margin-right: 20px;font-size: 16px;cursor: pointer;}
.alertbox .m_checks p:before{content: '';display: inline-block;vertical-align: middle;width: 14px;height: 14px;
border-radius: 100%;border: 1px solid #999;margin-right: 4px;}
.alertbox .m_checks p.act{color: #018bf0;}
.alertbox .m_checks p.act:before{background: #018bf0;border: 1px solid #018bf0;color: #fff;content: '✔';
font-size: 12px;display: inline-flex;align-items: center;justify-content: center;}
.alertbox .m_input{margin: 10px 0;display: flex;align-items: center;}
.alertbox .m_input input{display: block;width: 40%;margin-right: 5%;border:1px solid #ccc;height: 40px;padding: 0 15px;}
.alertbox .message .btns{margin: 40px 0 30px;color: #fff;}
.alertbox .message .btns div{
	width: 250px;border-radius: 40px;height: 60px;color: #fff;font-size: 22px;cursor: pointer;
	background-image: linear-gradient(0deg,#3eadfe 0%,#2a78fb 100%);
	background-image: -webkit-linear-gradient(0deg,#3eadfe 0%,#2a78fb 100%);
}

.alertbox .closeAlert{position: absolute;top: 0;right: 0;width: 40px;height: 40px;display: flex;align-items: center;
justify-content: center;z-index: 2;cursor: pointer;}
.alertbox .closeAlert img{display: block;width: 16px;height: 16px;}



.goods_img{width:100%;}
.goods_img_li{width: 180px;margin-right: 10px;}
.goods_img_li img{display: block;width: 163px;height: 105px;margin-bottom: 10px;}
.goods_img_li img:last-child{margin-bottom: 0;}
